These test files were for checking that
GtkBuilder parses <packing> properly.
We no longer support <packing>, so these
can go.
+++ /dev/null
-ERROR: g-markup-error-quark 6
-.:7:32 element 'property' requires attribute 'name'
+++ /dev/null
-<!-- invalid child property attribute -->
-<interface>
- <object class="GtkBox">
- <child>
- <object class="GtkLabel" id="widget1"/>
- <packing>
- <property food="good"/>
- </packing>
- </child>
- </object>
-</interface>
+++ /dev/null
-ERROR: gtk-builder-error-quark 1
-.:7:17 Unsupported tag for GtkContainer: <warbl>
+++ /dev/null
-<!-- invalid packing element -->
-<interface>
- <object class="GtkBox">
- <child>
- <object class="GtkLabel" id="widget1"/>
- <packing>
- <warbl/>
- </packing>
- </child>
- </object>
-</interface>
+++ /dev/null
-ERROR: g-markup-error-quark 4
-.:7:1 attribute 'try' invalid for element 'packing'
+++ /dev/null
-<!-- invalid container packing attribute -->
-<interface>
- <object class="GtkBox">
- <child>
- <object class="GtkLabel" id="widget1"/>
- <packing try="this">
- </packing>
- </child>
- </object>
-</interface>